nl.telin.mymedia.apolda
Class Apolda

java.lang.Object
  extended by nl.telin.mymedia.apolda.Apolda

public class Apolda
extends java.lang.Object


Field Summary
protected  java.util.Set<FSMState> fsmStates
          A set containing all the states of the FSM backing the gazetteer
protected  FSMState initialState
          The initial state of the FSM that backs this gazetteer
 
Constructor Summary
Apolda()
           
 
Method Summary
 int analyze(JCas jCas, Feature lemmaFeature, Type tokenAnnotation)
           
 boolean initialize(java.lang.String ontologyURI, java.lang.String prefRepresentation, java.lang.String altRepresentation, java.lang.String sLanguage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

initialState

protected FSMState initialState
The initial state of the FSM that backs this gazetteer


fsmStates

protected java.util.Set<FSMState> fsmStates
A set containing all the states of the FSM backing the gazetteer

Constructor Detail

Apolda

public Apolda()
Method Detail

initialize

public boolean initialize(java.lang.String ontologyURI,
                          java.lang.String prefRepresentation,
                          java.lang.String altRepresentation,
                          java.lang.String sLanguage)

analyze

public int analyze(JCas jCas,
                   Feature lemmaFeature,
                   Type tokenAnnotation)
            throws AnnotatorProcessException
Throws:
AnnotatorProcessException